home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3 / CHAPTE10 / CONFIGDG / LINE.H < prev    next >
Text File  |  1995-11-21  |  1KB  |  51 lines

  1. #define IDC_STATIC        -1
  2.  
  3. #define IDM_EXIT        100
  4. #define IDM_TEST        200
  5. #define IDM_ABOUT       300
  6. #define IDM_OPEN           301
  7. #define IDM_INITIAL       302
  8. #define IDM_DIAL           350 
  9. #define IDM_CONF           351
  10. #define IDM_TRANSFER       352
  11. #define IDM_ICON          353
  12. #define IDM_REGISTER    354
  13. #define IDM_FORWARD     355
  14. #define IDM_COUNTRY     356
  15. #define IDM_RUN         357
  16.  
  17.  
  18.  
  19. #define DLG_VERFIRST    400
  20. #define DLG_VERLAST     404
  21.  
  22. #define IDC_NAME            500
  23. #define IDC_NUMBER        501
  24. #define IDC_CONNECT        502   
  25. #define IDC_ADDCONF        503
  26. #define IDC_TRANCONNECT    504
  27. #define IDC_ADDTRAN     505
  28. #define IDC_FORARD      506
  29. #define IDC_APPNAME     507
  30. #define IDC_COMMENT     510
  31.  
  32.  
  33.  
  34. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  35. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  36. LRESULT CALLBACK Dial   (HWND, UINT, WPARAM, LPARAM);
  37. LRESULT CALLBACK Transfer   (HWND, UINT, WPARAM, LPARAM);
  38. LRESULT CALLBACK Forward   (HWND, UINT, WPARAM, LPARAM);
  39. LRESULT CALLBACK Conference (HWND, UINT, WPARAM, LPARAM);
  40. LRESULT CALLBACK Assist  (HWND, UINT, WPARAM, LPARAM);
  41.  
  42. LRESULT CALLBACK lineCallback(unsigned long dwDevice,
  43.                              unsigned long dwMsg,unsigned long dwCallbackInstance,
  44.                              unsigned long dwParam1,unsigned long dwParam2,
  45.                              unsigned long dwParam3);
  46.  
  47. void lineError (LONG lrc);
  48. void LineCheckRequests();
  49. void MakeaCall();
  50.  
  51.